object frmShutdownTimeouts: TfrmShutdownTimeouts Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbServiceTimeout: TGroupBox Left = 16 Top = 1 Width = 605 Height = 144 Caption = 'gbServiceTimeout' TabOrder = 0 object lblServiceTimeout: TAxLabel Left = 24 Top = 30 Width = 560 Height = 48 WordWrap = True Transparent = True AutoSize = False Caption = 'lblServiceTimeout' ShowAccelChar = True end object lblSrv5: TAxLabel Left = 25 Top = 84 Width = 7 Height = 16 WordWrap = False Transparent = True Caption = '1' ShowAccelChar = True end object lblSrvValue: TAxLabel Left = 59 Top = 84 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblSrvValue' ShowAccelChar = True end object lblSrv30: TAxLabel Left = 364 Top = 84 Width = 14 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = '30' ShowAccelChar = True end object tbService: TTrackBar Left = 19 Top = 104 Width = 366 Height = 25 Ctl3D = True Max = 30 Min = 1 ParentCtl3D = False Position = 5 TabOrder = 0 OnChange = tbChanged end end object gbAppTimeout: TGroupBox Left = 16 Top = 161 Width = 605 Height = 180 Caption = 'gbAppTimeout' TabOrder = 1 object lblAppTimeout: TAxLabel Left = 24 Top = 30 Width = 550 Height = 48 WordWrap = True Transparent = True AutoSize = False Caption = 'lblAppTimeout' ShowAccelChar = True end object lblApp5: TAxLabel Left = 25 Top = 88 Width = 7 Height = 16 WordWrap = False Transparent = True Caption = '1' ShowAccelChar = True end object lblAppValue: TAxLabel Left = 59 Top = 88 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblAppValue' ShowAccelChar = True end object lblApp30: TAxLabel Left = 364 Top = 88 Width = 14 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = '30' ShowAccelChar = True end object tbApp: TTrackBar Left = 19 Top = 108 Width = 366 Height = 25 Ctl3D = True Max = 30 Min = 1 ParentCtl3D = False Position = 5 TabOrder = 0 OnChange = tbChanged end object cbAutoEndTask: TCheckBox Left = 24 Top = 150 Width = 550 Height = 17 Caption = 'cbAutoEndTask' TabOrder = 1 OnClick = cbAutoEndTaskClick end end end